# StrongED$Mode = Message
# 'Directions' file:
# This holds direction mappings not catered for by other files.  The command is
# translated into a handle by 'Verbs', and the available directions are held in
# 'Rooms'.  Here the first set of tokens translates verb handles into two-
# character codes (as used by 'Rooms') and two-character codes into proper words
# (this isn't used by anything except PROCexits).
# To implement new directions, first define the appropriate new verbs and add
# entries in this file.  Then it is simply a case of trapping your new verb
# handles in PROCs_extraverbs and passing them directly to PROCdir(verb%).
1:nn
2:ne
3:ee
4:se
5:ss
6:sw
7:ww
8:nw
9:up
10:dn

nn:North
ne:Northeast
ee:East
se:Southeast
ss:South
sw:Southwest
ww:West
nw:Northwest
up:Up
dn:Down
